.dgs_type_mini .swiper-slide {text-align: center; font-size: 16px; background: transparent;padding-top: 2rem;cursor: pointer;}
.dgs_type_mini .swiper-slide:hover {
    transform: translateY(-10px);
}
.dgs_type_mini {width: 100%; height: 20%; }
.dgs_type_mini img{width: 100%; }
.dgs_type_mini .swiper-button-prev{left: 0px;}
.dgs_type_mini .swiper-button-next{right: 0px;}
:root{--swiper-theme-color:#7e7e7e !important}
.dsg_text .swiper-slide {text-align: left; font-size: 14px; cursor: pointer; font-weight: 600;text-indent: 1rem;line-height: 3rem;}
.dsg_text .dgs_slide_active{border-left: 2px solid #fff;font-size: 1.5rem;}
.dgs_type_mini .dgs_slide_active{color: #d91212;}
.dg_type_text{margin-bottom: 3rem;}
.swiper{--swiper-navigation-size: 30px;/* 设置按钮大小 */ }

.swiper-button-next:after, .swiper-button-prev:after{font-weight: 800;}

.swiper-button-prev:hover,.swiper-button-next:hover{color: #d12d25;/* 单独设置按钮颜色 */ }
.industry_list {height: 100%; display: flex; flex-wrap: wrap;}
.industry_list li:nth-child(2),.industry_list li:nth-child(5) {
    opacity: 0;
}
.industrys{width: 100%;position: relative;background-size: cover;background-position: center;overflow: hidden;}
.industry_list li{display: flex; flex-direction: column; align-items: flex-start; justify-content: center; box-sizing: border-box; width: 50%;  padding: 4rem 2rem; border: 1px solid #fff; color: #fff; cursor: pointer; transition: all 0.3s ease-out;}
.industry_list li .p1{font-size: 2.5rem;font-weight: 600;}
.industry_list li .p2{margin-top: 1rem;}
.industry_list li a{color: #ffffff;margin-top: 2rem;font-size: 0.8rem;}
.industry_list .active{background: rgba(218, 34, 52, 0.9); border-color: rgba(218, 34, 52, 0.9) !important; }

.cases{width: 100%;position: relative;background-size: cover;background-position: 90%;overflow: hidden;}
.ctx{position: absolute; color: #fff; height: 7rem; align-items: center; padding-left: 12%; width: 100%;bottom: 0px;}
.ctx::before{position: absolute; content: ""; width: 100%; height: 8rem; left: 2.18rem; bottom: 0; background: linear-gradient(to right, #e60011 0%, transparent 95%); transform: skewX(-33.6deg);}
.ctx .text {position: relative; width: 100%; z-index: 99; }
.case_one{width: 60%;}
.case_border{margin-top: 3rem; border-radius: 50%; border: 1px solid #c7c3c3; width: 10rem; height: 10rem; text-align: center;}
.case_one_info{position: relative;width: 100%;height: 100%;}


@-webkit-keyframes halo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes halo {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@-ms-keyframes halo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes halo {
  0% {
    opacity: 0;
    -o-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1.2);
  }
}
@keyframes halo {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

.about{width: 100%;background-size: cover; background-position: center; padding: 1.05rem 0 1.4rem;overflow: hidden;}
.about .container .pointContainer {
    position: absolute;
    z-index: 98;
    width: 100%;
    height: 100%;
}
.about .container .pointContainer .point {
    display: flex;
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    background: #fff;
    border-radius: 50%;
}

.about .container .pointContainer .point.point1 {
  left: 40%;
  top: 60%;
}
.about .container .pointContainer .point.point1::after,
.about .container .pointContainer .point.point1::before {
  animation-delay: 0.2s;
}
.about .container .pointContainer .point.point2 {
  left: 45%;
    top: 30%;
}
.about .container .pointContainer .point.point3 {left: 20%; top: 30%; }
.about .container .pointContainer .point.point3::after,
.about .container .pointContainer .point.point3::before {
  animation-delay: 0.3s;
}
.about .container .pointContainer .point.point4 {
  left: 25%;
  top: 80%;
}
.about .container .pointContainer .point.point5 {
  left: 52%;
  top: 40%;
}
.about .container .pointContainer .point.point5::after,
.about .container .pointContainer .point.point5::before {
  animation-delay: 0.5s;
}
.about .container .pointContainer .point.point6 {
  left: 50%;
    top: 50%;
}
.about .container .pointContainer .point.point6::after,
.about .container .pointContainer .point.point6::before {
  animation-delay: 0.12s;
}
.about .container .pointContainer .point.point7 {
      right: 10%;
    top: 31%;
}
.about .container .pointContainer .point.point7::after,
.about .container .pointContainer .point.point7::before {
  animation-delay: 0.05s;
}
.about .container .pointContainer .point.point8 {
  left: 60%;
    top: 80%;
}
.about .container .pointContainer .point.point8::after,
.about .container .pointContainer .point.point8::before {
  animation-delay: 0.06s;
}
.about .container .pointContainer .point::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: -1rem;
  top: -1rem;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
  z-index: 3;
  opacity: 1;
  transform-origin: center;
  -webkit-animation: halo 1.5s 0.9s infinite ease-out;
  -moz-animation: halo 1.5s 0.9s infinite ease-out;
  animation: halo 1.5s 0.9s infinite ease-out;
}
.about .container .pointContainer .point::after {
  content: '';
  position: absolute;
  width: 4rem;
  height: 4rem;
  left: -2rem;
  top: -2rem;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
  z-index: 3;
  opacity: 1;
  transform-origin: center;
  -webkit-animation: halo 1.5s 0.9s infinite ease-out;
  -moz-animation: halo 1.5s 0.9s infinite ease-out;
  animation: halo 1.5s 0.9s infinite ease-out;
}

.customer_case{background-color:#162F5E;padding-bottom: 5rem;}
.customer_case .case_title{color: #02b2b5;margin-top: 3rem;}
.customer_case .brand_nav a{color: #ffffff;}
.customer_case .brand_nav a:hover{color:#02b2b5}
.customer_case .customer_case_list img{display: block;}
.customer_case .customer_case_list h5{padding: 1rem 0.5rem; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; z-index: 1; position: absolute; width: 100%; height: 3rem; bottom: 0px;}
.customer_case .column div{overflow: hidden; position: relative; padding-bottom: 3rem;}
.customer_case .column:hover img {
    transform: scale(1.1,1.1);
}
.customer_case .column img {
    transition: all .3s ease-in-out;
}

.index_news{width: 100%;background-size: cover; background-position: center;padding-bottom: 2rem;}
.index_news .title{color: #02b2b5;margin-top: 2rem;}
.index_news ul li{position: relative;margin-top: 1rem;}
.index_news ul li a{line-height: 35px; font-size:1rem; color: #999;}
.index_news ul li a{word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 1; transition: all .3s ease-in-out;padding: 0 100px 0 38px;}
.index_news ul li:hover a,.index_news ul li:hover span,.index_news ul li:hover i {color: #02b2b5; font-size: 1.1rem; }
.index_news ul li span {
    padding: 0 6px;
    font-style: normal;
    font-size: 1rem;
    color: #999;
    position: absolute;
    right: 0;
    top: 6px;
    transition: all .3s ease-in-out;
}
.index_news ul li i {
    font-style: normal;
    color: #999;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all .3s ease-in-out;
}
.index_news ul li:last-child a {
    padding: 0;
}

